[Top] [Prev] [Next] [Bottom] [Contents]

SaIncludeFile

Reads a file and prints its contents to standard out.

Synopsis

#include "SaRnHtml.h"
int SaIncludeFile(char* filename);

Arguments

filename
A string specifying the filepath name of the file to read. The current directory will be the HTML file directory for the project.

Return Values

Returns 0 on read failure, 1 otherwise.

Description

Reads a file and prints its contents to standard out. The argument, filename, is a string specifying the filepath name of the file to read. The current directory will be the HTML file directory for the project. Returns 0 on read failure, 1 otherwise.

Example

SaIncludeFile("company_log.html");

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.